home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / AOCE / Development Tools / Sample Code / Standard Mail / CollaboDraw / aevt.h < prev    next >
Encoding:
Text File  |  1993-10-12  |  497 b   |  11 lines  |  [TEXT/MPS ]

  1. Boolean SupportsAEVT(void);
  2. void DoHighLevelEvent(EventRecord *ev);
  3. void RegisterMyEvents(void);
  4.  
  5. pascal OSErr MyAEHandleOAPP(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  6. pascal OSErr MyAEHandleODOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  7. pascal OSErr MyAEHandlePDOC(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  8. pascal OSErr MyAEHandleQUIT(AppleEvent *theAppleEvent,AppleEvent *reply,long refCon);
  9.  
  10. OSErr MyGotRequiredParams(AppleEvent *theAppleEvent);
  11.